home *** CD-ROM | disk | FTP | other *** search
- on pushbutton2
- global ga
- repeat while stillDown()
- if rollOver(clickOn()) then
- case ga of
- "L":
- set cname to "scrll"
- set the memberNum of sprite 24 to 29
- testl()
- "D":
- set cname to "scrld"
- set the memberNum of sprite 25 to 25
- testd()
- "R":
- set cname to "scrlr"
- set the memberNum of sprite 26 to 31
- testr()
- "U":
- set cname to "scrlu"
- set the memberNum of sprite 27 to 27
- testu()
- end case
- else
- set the memberNum of sprite 24 to 28
- set the memberNum of sprite 25 to 24
- set the memberNum of sprite 26 to 30
- set the memberNum of sprite 27 to 26
- end if
- updateStage()
- end repeat
- end
-